home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / multlang.zip / MDLGS.DFM / MDLGS.txt
Text File  |  1996-06-10  |  5KB  |  223 lines

  1. object DlgsDlg: TDlgsDlg
  2.   Left = 275
  3.   Top = 156
  4.   Width = 390
  5.   Height = 274
  6.   Caption = 'Common Dialogs'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = [fsBold]
  11.   FormStyle = fsMDIChild
  12.   Position = poScreenCenter
  13.   Visible = True
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 4
  20.     Width = 361
  21.     Height = 69
  22.     Alignment = taCenter
  23.     AutoSize = False
  24.     Caption = 
  25.       'The TMultLang component can translate all 16-bit and 32-bit Comm' +
  26.       'on Dialogs (Open, Save, Find etc) via the external MDialogs unit' +
  27.       '.'
  28.     Font.Color = clBlack
  29.     Font.Height = -13
  30.     Font.Name = 'Arial'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object Label2: TLabel
  35.     Left = 8
  36.     Top = 84
  37.     Width = 357
  38.     Height = 33
  39.     AutoSize = False
  40.     Caption = 'Click on any of the buttons to show the corresponding dialog.'
  41.     Font.Color = clWindowText
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.   end
  47.   object Button1: TButton
  48.     Left = 12
  49.     Top = 128
  50.     Width = 141
  51.     Height = 25
  52.     Caption = 'Open Dlg'
  53.     TabOrder = 0
  54.     OnClick = Button1Click
  55.   end
  56.   object Button2: TButton
  57.     Left = 12
  58.     Top = 156
  59.     Width = 141
  60.     Height = 25
  61.     Caption = 'Save Dlg'
  62.     TabOrder = 1
  63.     OnClick = Button2Click
  64.   end
  65.   object Button3: TButton
  66.     Left = 12
  67.     Top = 184
  68.     Width = 141
  69.     Height = 25
  70.     Caption = 'Print Dlg'
  71.     TabOrder = 2
  72.     OnClick = Button3Click
  73.   end
  74.   object Button4: TButton
  75.     Left = 12
  76.     Top = 212
  77.     Width = 141
  78.     Height = 25
  79.     Caption = 'Printer Setup Dlg'
  80.     TabOrder = 3
  81.     OnClick = Button4Click
  82.   end
  83.   object Button5: TButton
  84.     Left = 224
  85.     Top = 128
  86.     Width = 137
  87.     Height = 25
  88.     Caption = 'Find Dlg'
  89.     TabOrder = 4
  90.     OnClick = Button5Click
  91.   end
  92.   object Button6: TButton
  93.     Left = 224
  94.     Top = 156
  95.     Width = 137
  96.     Height = 25
  97.     Caption = 'Replace Dlg'
  98.     TabOrder = 5
  99.     OnClick = Button6Click
  100.   end
  101.   object Button7: TButton
  102.     Left = 224
  103.     Top = 184
  104.     Width = 137
  105.     Height = 25
  106.     Caption = 'Font Dlg'
  107.     TabOrder = 6
  108.     OnClick = Button7Click
  109.   end
  110.   object Button8: TButton
  111.     Left = 224
  112.     Top = 212
  113.     Width = 137
  114.     Height = 25
  115.     Caption = 'Color Dlg'
  116.     TabOrder = 7
  117.     OnClick = Button8Click
  118.   end
  119.   object MultLang1: TMultLang
  120.     Left = 296
  121.     Top = 44
  122.     Width = 45
  123.     Height = 22
  124.     AlignIcon = alLeft
  125.     AlignText = alLeft
  126.     IconMargin = 1
  127.     ItemHeight = 16
  128.     Items.Strings = (
  129.       'English'
  130.       'Swedish')
  131.     ShowIcons = False
  132.     Text = 'English'
  133.     ResizeIcon = False
  134.     TextMargin = 5
  135.     DefaultLanguage = 'English'
  136.     LanguageFile = '%EXEPath%Mdiapp.lan'
  137.     LanguagesData = {}
  138.   end
  139.   object MOpenDialog1: TMOpenDialog
  140.     FileEditStyle = fsEdit
  141.     Options = [ofShowHelp]
  142.     Title = 'Open Dialog, Note that you can also change font and size'
  143.     Font.Color = clWindowText
  144.     Font.Height = -11
  145.     Font.Name = 'Arial'
  146.     Font.Pitch = fpVariable
  147.     Font.Style = []
  148.     Left = 8
  149.     Top = 52
  150.   end
  151.   object MSaveDialog1: TMSaveDialog
  152.     FileEditStyle = fsEdit
  153.     Font.Color = clWindowText
  154.     Font.Height = -11
  155.     Font.Name = 'Arial'
  156.     Font.Pitch = fpVariable
  157.     Font.Style = []
  158.     Left = 36
  159.     Top = 52
  160.   end
  161.   object MPrintDialog1: TMPrintDialog
  162.     Font.Color = clWindowText
  163.     Font.Height = -11
  164.     Font.Name = 'Arial'
  165.     Font.Pitch = fpVariable
  166.     Font.Style = []
  167.     Left = 64
  168.     Top = 52
  169.   end
  170.   object MPrinterSetupDialog1: TMPrinterSetupDialog
  171.     Font.Color = clWindowText
  172.     Font.Height = -11
  173.     Font.Name = 'Arial'
  174.     Font.Pitch = fpVariable
  175.     Font.Style = []
  176.     Left = 92
  177.     Top = 52
  178.   end
  179.   object MFindDialog1: TMFindDialog
  180.     Font.Color = clWindowText
  181.     Font.Height = -11
  182.     Font.Name = 'Arial'
  183.     Font.Pitch = fpVariable
  184.     Font.Style = []
  185.     Left = 120
  186.     Top = 52
  187.   end
  188.   object MReplaceDialog1: TMReplaceDialog
  189.     Font.Color = clWindowText
  190.     Font.Height = -11
  191.     Font.Name = 'Arial'
  192.     Font.Pitch = fpVariable
  193.     Font.Style = []
  194.     Left = 148
  195.     Top = 52
  196.   end
  197.   object MFontDialog1: TMFontDialog
  198.     Font.Color = clBlack
  199.     Font.Height = -11
  200.     Font.Name = 'Courier New'
  201.     Font.Pitch = fpVariable
  202.     Font.Style = []
  203.     MinFontSize = 0
  204.     MaxFontSize = 0
  205.     DisplayFont.Color = clBlack
  206.     DisplayFont.Height = -11
  207.     DisplayFont.Name = 'Arial'
  208.     DisplayFont.Style = []
  209.     Left = 176
  210.     Top = 52
  211.   end
  212.   object MColorDialog1: TMColorDialog
  213.     Ctl3D = True
  214.     Font.Color = clWindowText
  215.     Font.Height = -11
  216.     Font.Name = 'Arial'
  217.     Font.Pitch = fpVariable
  218.     Font.Style = []
  219.     Left = 204
  220.     Top = 52
  221.   end
  222. end
  223.